Skip to content

Fix Prism Launcher detection for versions with suffixes#148

Open
fe-art wants to merge 1 commit intoaternosorg:masterfrom
fe-art:prism-launcher-detection-fix
Open

Fix Prism Launcher detection for versions with suffixes#148
fe-art wants to merge 1 commit intoaternosorg:masterfrom
fe-art:prism-launcher-detection-fix

Conversation

@fe-art
Copy link
Copy Markdown

@fe-art fe-art commented May 6, 2026

Prism Launcher recently started appending (official) to the version line (e.g. Prism Launcher version: 10.0.5 (official)), which broke detection because the regex expected the line to end right after the version number. Also moved launcher-specific detectors before generic client detectors to prevent shadowing.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 6, 2026

CLA assistant check
All committers have signed the CLA.

@fe-art fe-art force-pushed the prism-launcher-detection-fix branch from 08d9e5e to 1d10adf Compare May 6, 2026 02:14

PrismLauncherClientLog::class,
MinecraftLauncherClientLog::class,
CustomSkinLoaderClientLog::class,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These being at the bottom was very much intentional. Since prism prints the game output to the launcher log, most of the file (and most of the detectable issues and information) are probably from the mod loader.
Therefore we want a file which matches both prism launcher and fabric to be recognized as fabric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants